Mysql 分區表-分區操作 一、查看MySQL是否支持分區 1、MySQL5.6以及之前版本 show variables like '%partition%'; 2、MySQL5.7 show plugins; ...